Declare @Id Int                               
Select @Id = Id From sysobjects Where Name = 'TmpDrugHavaleh'
if  not Exists(SELECT * FROM syscolumns WHERE id = @Id and Name = 'Use_Name')
  Alter table TmpDrugHavaleh add Use_Name  nvarchar(Max) null
